home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / t_sys5 / unixkit.tgz / unixkit.tar / unixkit / old_OS / time.h < prev   
C/C++ Source or Header  |  1991-11-19  |  197b  |  8 lines

  1. /* Phony time.h routine -- includes the real one if we haven't already */
  2.  
  3. #ifndef _PHONYTIME_H
  4. #define    _PHONYTIME_H
  5. #include <sys/types.h>
  6. #include </usr/include/time.h>
  7. #endif    /* _PHONYTIME_H */
  8.